RegistrationManager

Types

Link copied to clipboard
interface Editor
This class handles the setting of customer configurable values in the SDK.
Link copied to clipboard

Functions

Link copied to clipboard
@NonNull
abstract fun edit(): RegistrationManager.Editor
Returns an instance of Editor which can be used to update the SDK's configurable values like contactKey, attributes or tags.
Link copied to clipboard
@NonNull
abstract fun getAttributes(): Map<String, String>
Getter for attributes map.
Link copied to clipboard
@Nullable
abstract fun getContactKey(): String
Getter for contactKey, formerly known as SubscriberKey in the SDK.
Link copied to clipboard
@NonNull
abstract fun getDeviceId(): String
Getter for the running device's unique identifier.
Link copied to clipboard
@Nullable
abstract fun getSignedString(): String
Getter for "Signed String"
Link copied to clipboard
@Nullable
abstract fun getSystemToken(): String
Getter for Google's Push Notification Token
Link copied to clipboard
@NonNull
abstract fun getTags(): Set<String>
Getter for tags
Link copied to clipboard
Register a registrationEventListener that will be notified when Registration related events happen.